gnus-use-scoringnil,
Gnus will not check for score files, and will not, in general,
do any score-related work. This is t by
default.gnus-kill-killednil, Gnus will never apply score files to articles
that have already been through the kill process. While this may
save you lots of time, it also means that if you apply a kill
file to a group, and then change the kill file and want to run
it over you group again to kill more articles, it won't work.
You have to set this variable to t to do that. (It
is t by default.)gnus-kill-files-directorygnus-score-file-suffixgnus-score-uncacheable-filesgnus-save-scoret. This will make
Gnus save the scores into the .newsrc.eld file.
If you do not set this to t, then manual
scores (like those set with V s
(gnus-summary-set-score)) will not be preserved
across group visits.
gnus-score-interactive-default-scoregnus-summary-default-scoregnus-summary-expunge-belownil by default, which
means that no articles will be hidden. This variable is local
to the summary buffers, and has to be set from
gnus-summary-mode-hook.gnus-score-over-markgnus-score-below-markgnus-score-find-score-files-functionPredefined functions available are:
gnus-score-find-singlegnus-score-find-bnewsThis means that if you have some score entries that you want to apply to all groups, then you put those entries in the all.SCORE file.
The score files are applied in a semi-random order,
although Gnus will try to apply the more general score
files before the more specific score files. It does this
by looking at the number of elements in the score file
names—discarding the ‘all’ elements.
gnus-score-find-hierarchicalFor example, to do hierarchical scoring but use a non-server-specific overall score file, you could use the value
(list (lambda (group) ("all.SCORE"))
'gnus-score-find-hierarchical)
gnus-score-expiry-daysnil, no
score file entries are expired. It's 7 by default.gnus-update-score-entry-datesnil, temporary score entries
that have been triggered (matched) will have their dates
updated. (This is how Gnus controls expiry—all
non-matched-entries will become too old while matched entries
will stay fresh and young.) However, if you set this variable
to nil, even matched entries will grow old and
will have to face that oh-so grim reaper.gnus-score-after-write-file-functiongnus-score-thread-simplifynil, article subjects will be
simplified for subject scoring purposes in the same manner as
with threading—according to the current value of
gnus-simplify-subject-functions. If the scoring
entry uses substring or exact
matching, the match will also be simplified in this
manner.